Nevron .NET Vision
Nevron.Chart Namespace / NArrayList<T> Class / IndexOf Method


In This Topic
    IndexOf Method (NArrayList<T>)
    In This Topic
    Determines the index of the specified item in the array
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal value As T _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NArrayList(Of T)
    Dim value As T
    Dim value As System.Integer
     
    value = instance.IndexOf(value)
    public System.int IndexOf( 
       T value
    )

    Parameters

    value

    Return Value

    index of the item in the array, or -1 if the item is not a member of this series
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also